home *** CD-ROM | disk | FTP | other *** search
/ Internet the City / Internet The City.iso / pc / itcw95 / _setup.1 / data.Dxr / Internal_15.ls < prev    next >
Encoding:
Text File  |  1997-06-03  |  255 b   |  12 lines

  1. on mouseDown
  2.   set mysprite to the clickOn
  3.   paintpict(point(383, 343), "imp_ok.pic", 1, 0)
  4.   quickclick()
  5.   repeat while the mouseDown
  6.   end repeat
  7.   paintpict(point(383, 343), "imp_ok.pic", 0, 0)
  8.   if rollOver(mysprite) then
  9.     getprint()
  10.   end if
  11. end
  12.